@@ -311,8 +311,8 @@ |
||
311 | 311 |
show_error_dialog('错误', data.description); |
312 | 312 |
} |
313 | 313 |
}, |
314 |
- error: function(data){ |
|
315 |
- show_error_dialog(data.status, data.statusText); |
|
314 |
+ error: function(xhr,status,error){ |
|
315 |
+ show_error_dialog(status, error); |
|
316 | 316 |
} |
317 | 317 |
}) |
318 | 318 |
} |